home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / misc / edu / globe099src.lha / Ami-Globe / read_org.h < prev    next >
Text File  |  1994-09-10  |  1KB  |  24 lines

  1. /************************************************************************/
  2. /*                                                                      */
  3. /*      fichier         : read_org.h                                    */
  4. /*      projet          : amiglobe                                      */
  5. /*      date création   : 28/08/94                                      */
  6. /*      commentaire     : lecture du fichier donnees/organisations      */
  7. /*      révision        : $VER: read_org.h 1.003 (10 Sep 1994) */
  8. /*      copyright       : Olivier Collard, Thomas Landspurg             */
  9. /*                                                                      */
  10. /************************************************************************/
  11.  
  12.  
  13. /************************************************************************/
  14. /*      prototypes                                                      */
  15. /************************************************************************/
  16. /* création de la liste des organisations, remplissage de l'objet cycle */
  17. /* et appel hook correspondant                                          */
  18. void
  19. Create_CY_organisation(void);
  20. /* effacement de la liste des organisations et fermeture du fichier     */
  21. void
  22. Dispose_Organisation(void);
  23.  
  24.